SetValueByName<T>(String,T) Method
In This Topic
Sets the named property to the given value.
Syntax
'Declaration
Public Overloads Sub SetValueByName(Of As ComObject)( _
ByVal As System.String, _
ByVal As _
)
public void SetValueByName<>(
System.string ,
)
where T: ComObject
Parameters
- name
- Name of the property
- value
- Value of the property
Type Parameters
- T
See Also